home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks96 / InternetChooser.sit / Internet Chooser / main.h < prev    next >
Text File  |  1996-06-22  |  552b  |  21 lines

  1. //main.h
  2.  
  3. #define kServiceList         8
  4. #define kServiceListScroll     15
  5. #define kURLList             6
  6. #define kURLListScroll         16
  7. #define kFilterMenu         14
  8. #define kInfoField            17
  9.     
  10. /* Prototypes */
  11. void Initialize(void);
  12. void SetUpMenus(void);
  13. DialogPtr SetUpChooser(void);
  14. OSErr EventLoop(void);
  15. void DoMouseOutsideDialog(EventRecord theEvent, short theItem);
  16. void DoMouseInDialog(EventRecord theEvent, short theItem);
  17. void DoKey(EventRecord theEvent, short theItem);
  18. void DoMenu(short menuID, short menuItem);
  19. void DoUpdate(void);
  20. void ChangeURLList(short index);
  21.